Skip to content

RUBY-3902 "MongoDB Server Version" should be "MongoDB Atlas Server Version"#3077

Open
jamis wants to merge 1 commit into
mongodb:masterfrom
jamis:3902-iwm-disclaimer
Open

RUBY-3902 "MongoDB Server Version" should be "MongoDB Atlas Server Version"#3077
jamis wants to merge 1 commit into
mongodb:masterfrom
jamis:3902-iwm-disclaimer

Conversation

@jamis

@jamis jamis commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

RUBY-3902 requires that the server version disclaimer specifically call out the Atlas server version.

Copilot AI review requested due to automatic review settings July 8, 2026 15:43
@jamis jamis requested review from a team and comandeo-mongo and removed request for a team July 8, 2026 15:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the MongoDB Ruby driver’s Mongo::Client option documentation to clarify that certain overload-related options depend specifically on the MongoDB Atlas server version, per RUBY-3902.

Changes:

  • Adjusted the :enable_overload_retargeting option docstring to reference “MongoDB Atlas Server Version 9.0 and above”.
  • Adjusted the :max_adaptive_retries option docstring to reference “MongoDB Atlas Server Version 9.0 and above”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lib/mongo/client.rb
# the driver deprioritizes a server that returns an overload error,
# reducing the likelihood of retrying on the same overloaded server.
# This option works with MongoDB Server Version 9.0 and above.
# This option works with MongoDB Atlas Server Version 9.0 and above.
Comment thread lib/mongo/client.rb
# @option options [ Integer ] :max_adaptive_retries The maximum number of
# retries to attempt when the driver encounters overload errors. This
# option works with MongoDB Server Version 9.0 and above. Default: 2.
# option works with MongoDB Atlas Server Version 9.0 and above. Default: 2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants